Where is a good open source python project to be used as example? [closed]
Posted
by
Andrea Francia
on Stack Overflow
See other posts from Stack Overflow
or by Andrea Francia
Published on 2008-12-16T18:54:14Z
Indexed on
2010/12/26
21:53 UTC
Read the original article
Hit count: 139
I'm looking for a python project to use as example to learning python.
The project should have these features:
- is almost fully unit tested
- use consistently the code convention recommended by PEP 8
- it's elements are almost fully documented
Extra point features are:
- building, assembling, and release automation
EDIT:
The Question is too generic. I prepared a more specific question about the unit-test part.
© Stack Overflow or respective owner